runtime.mcache.tinyAllocs (field)
6 uses
runtime (current package)
malloc.go#L1165: c.tinyAllocs++
mcache.go#L42: tinyAllocs uintptr
mcache.go#L169: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
mcache.go#L170: c.tinyAllocs = 0
mcache.go#L310: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
mcache.go#L311: c.tinyAllocs = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)